Deprecate `cargo update foo`
authorAlex Crichton <alex@alexcrichton.com>
Sat, 27 Sep 2014 04:24:31 +0000 (21:24 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 29 Sep 2014 23:54:45 +0000 (16:54 -0700)
commit217ff7fb93a09f97927394249b3359a61a715cc0
treefdfa27369da921a8669fc33e39435e424538e715
parentf97cef0c3088c0d577fd28b6e06ef92e4f47f31f
Deprecate `cargo update foo`

To maintain consistency with `cargo {build,test,bench,clean}` the `update`
subcommand now takes a specific package via the `-p` argument instead of as a
positional argument.
src/bin/update.rs
tests/test_cargo_compile_git_deps.rs